Xbasic

A5_GET_EXPRESSION Function

Syntax

Expression as C = a5_get_expression(C default_expn [,C tables [,C required_type [,C topparent_windowname [,C variable_list [,* arrArguments ]]]]])

Arguments

Expression

The expression created in the Expression Builder.

default_expn

The default expression to display in the Expression Builder.

tables

Optional. Default = "". A list of tables from which to get lists of fields and variables.

required_type

Optional. Default = "". A variable data type.

topparent_windowname

Optional. Default = "". The name of an open window.

variable_list

Optional. Default = "".

arrArguments

Optional. Default = NULL_VALUE(). Refer to SQL::Arguments Object.

Description

The A5_GET_EXPRESSION() function displays the Expression Builder.

Example

a5_get_expression(".t.", "customer", "D")

Limitations

Desktop applications only.

See Also